chore: add npm bugs metadata to all published packages#1200
Conversation
All @tanstack/virtual and @tanstack/virtual-core packages are missing the bugs field in package.json. Add bugs.url pointing to the GitHub issue tracker across all packages.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughAll seven ChangesBugs URL metadata across all packages
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Problem
All
@tanstack/virtualpackages are missing thebugsfield in theirpackage.jsonfiles.Fix
Add
bugs.urlpointing to the GitHub issue tracker in all published packages. Metadata-only change — no runtime behaviour is affected.Summary by CodeRabbit
Chores